home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- Modal one-shot dialog */
- /* Created %date% %time% by AppMaker */
-
- #define _H_%DlogName%
-
- #include "z%DlogName%.h"
- %for each item gen include.override%
-
- %for each item gen auxiliaryClass%
- /*----------*/
- class C%DlogName% : public Z%DlogName% {
- public:
- %for each item gen auxiliaryMethod.decl%
-
- virtual void I%DlogName% (CDirectorOwner *aSupervisor);
- void DoCommand (long theCommand); // is override
-
- protected:
-
- }; /* C%DlogName% */
-
- /*----------*/
- void Do%dlogname% (CDirectorOwner *aSupervisor);
-